services.fcgiwrap.instances.<name>.socket.mode

Mode to be set on the UNIX socket. Defaults to private to the socket's owner.

Type
null or string
Default
if config.socket.type == "unix" then "0600" else null
Declared
<nixpkgs/nixos/modules/services/web-servers/fcgiwrap.nix>